From: Colin Walters Date: Thu, 23 Mar 2017 18:29:59 +0000 (-0400) Subject: build: Dist ostree-sepolicy-private.h X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~39^2~32 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ffc178311e36e9f4785d1fdc42e2adca0b9d12eb;p=ostree.git build: Dist ostree-sepolicy-private.h Should fix the Travis builds which actually generate a legacy tarball via Automake. Closes: #755 Approved by: jlebon --- diff --git a/Makefile-libostree.am b/Makefile-libostree.am index 28126487..0a114884 100644 --- a/Makefile-libostree.am +++ b/Makefile-libostree.am @@ -107,6 +107,7 @@ libostree_1_la_SOURCES = \ src/libostree/ostree-repo-file-enumerator.c \ src/libostree/ostree-repo-file-enumerator.h \ src/libostree/ostree-sepolicy.c \ + src/libostree/ostree-sepolicy-private.h \ src/libostree/ostree-sysroot-private.h \ src/libostree/ostree-sysroot.c \ src/libostree/ostree-sysroot-cleanup.c \